-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert Mac builds to use Qt 5.9 #93
base: 3.x
Are you sure you want to change the base?
Conversation
3281170
to
4e27d63
Compare
ef71657
to
686ee93
Compare
Ciao.
during the package step. Indeed, inside the dmg file there is The QtWebEngineCore file exists inside the 5.15.2 archive. I don't know if it is a problem of actual total disk space (I doubt it), or if it tries to create some sort of logical volume and that is not big enough. |
To save space, you can try to delete Visual Studio for Mac, that is not used for building MuseScore:
Here you can find all the software installed on the virtual machine: https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md some of them can be unistalled/deleted to gain free space (if that is what really is needed for the "No space left on device" error). |
Try to see if #129 solves the problem. 🤞 |
Prevent accidential merge ;-) |
4e27d63
to
b562d46
Compare
371b22c
to
6923e3e
Compare
See also #127 |
6923e3e
to
017e912
Compare
017e912
to
ee4ef50
Compare
ee4ef50
to
13e24e9
Compare
13e24e9
to
1909e39
Compare
9164f41
to
abc8ede
Compare
Probably reinstates the issue from https://musescore.org/en/node/317323 but should solve the problems described in https://musescore.org/en/node/347226
1909e39
to
b58e506
Compare
Probably reinstates macOS 10.5 accessibility setting “Enable Hover Text” causes crash but should solve the problems described in https://musescore.org/en/node/347226
Maybe extracting that missing QtWebEngineCore from https://s3.amazonaws.com/utils.musescore.org/Qt5152_mac.zip and placing it somewhere in the lib search path would help?